home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / javelin.swf / scripts / DefineButton2_340 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  603b  |  28 lines

  1. on(release){
  2.    _root.o_menu.defclip._visible = false;
  3.    if(_root.stexithelp == 0)
  4.    {
  5.       _root.stexithelp = 1;
  6.       _root.o_menu._visible = false;
  7.       _root.c_menu.state = 0;
  8.    }
  9.    else
  10.    {
  11.       this.gotoAndStop(1);
  12.       if(_root.c_rat.max_record == 0)
  13.       {
  14.          _root.o_menu.bPublish._alpha = 40;
  15.       }
  16.       else
  17.       {
  18.          _root.o_menu.bPublish._alpha = 100;
  19.       }
  20.    }
  21.    if(_root.topclip_3data == 1)
  22.    {
  23.       _root.o_menu.topline1._visible = false;
  24.       _root.o_menu.topline2._visible = false;
  25.    }
  26.    this.omenu_top._visible = false;
  27. }
  28.